home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (UK) 5 / CDRT5.iso / mac / Treasure Hunt / THF / shared.Dxr / 00997_chest.ls < prev    next >
Encoding:
Text File  |  1994-07-28  |  265 b   |  12 lines

  1. on mouseUp
  2.   global captain
  3.   set captain to 0
  4.   set the castNum of sprite the clickOn to the number of cast "captain"
  5.   set the locV of sprite 46 to 527
  6.   set the locV of sprite 47 to 527
  7.   puppetSound(0)
  8.   puppetTransition(23)
  9.   updateStage()
  10.   go(marker(0))
  11. end
  12.